PEString Plugin is an add-on for RealBasic 1.x. It is PPC and 68K compatible. To use it, simply create a folder in the same folder as the RealBasic application called: "Plugins". Then, toss the appropriate plugin into the plugins folder and fire-up RealBasic. Your new application can now take advantage of the added functionality of the PEString Plugin.
WHAT IT DOES
PEString plugin gives you access to several useful string manipulation routines. What does this mean to you, the common man (or woman)? With one swift call to a method, you can reverse a string, count the number of words in a string, convert lowercase text to uppercase and vice versa, obtain an ordinal number from an integer, convert a Roman numeral to an integer (making it much more readable to our base 10 eyes), and much more.